﻿/* 导航 */

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.header-inner {
    width: 14.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 15;
    background: #fff;
}

.header-menus {
    display: none
}

.menusTop {
    float: right;
    margin-top: 0.4rem;
    display: none;
}

.menusTop img {
    width: .5rem;
    height: .38rem;
}

.logo {
    float: left;
    margin-top: .18rem;
}

.logo a img{
	width:100%;
}
.nav {
    float: right;
    height: auto;
    background-color: #176db8;
    border-radius: .21rem;
    margin: .23rem 0 .24rem 0;
    padding: .14rem .31rem .14rem .31rem;
}

.nav a {
    color: #feffff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14px;
}

.nav a:hover {
    color: #feffff;
}

.NavScroll {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.navBox {
    width: 14.2rem;
    margin: 0 auto;
    position: relative;
}

.navFdj {
    float: left;
    width: .48rem;
    border-right: 1px solid #e5e6ea;
    margin: .29rem 0 0 0;
    padding-right: .25rem;
}

.nav-ul {
    float: left;
    padding-top: .31rem;
}

.lists a {
    font-size: .16rem;
    color: #00204a;
}

.lists a:hover {
    color: #176db8;
}

.nav-icon {
    float: right;
    margin-top: .31rem;
}

.nav-ul li {
    float: left;
    margin: 0 0.33rem 0 .33rem;
    padding-bottom: .31rem;
}

.breadcrumb-0 a {
    color: #176db8;
}

.nav-ul li:nth-child(1) .menus {
    display: none;
}

.nav-icon ul li {
    float: left;
    margin-left: .36rem;
    width: .24rem;
    height: .19rem;
}

.icon-wb {
    background: url(../images/vb-h.png) no-repeat;
}

.icon-wb:hover {
    background: url(../images/vb.png) no-repeat;
    cursor: pointer;
}

.icon-wx {
    background: url(../images/vx.png) no-repeat;
}

.icon-wx:hover {
    background: url(../images/wx-lv.png) no-repeat;
    cursor: pointer;
}

.icon-sj {
    background: url(../images/sj.png) no-repeat;
}

.icon-sj:hover {
    background: url(../images/sj-lv.png) no-repeat;
    cursor: pointer;
}
.nav-icon .icon-en a {
    color: #a7b0b7;
    font-size: 18px;
    font-style: italic;
    font-weight: 550;
}

/* 菜单栏目 */

.menus {
    width: 19.2rem;
    height: 0;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 25px 25px 0px rgba(189, 199, 195, 0.22);
    opacity: 0.85;
    position: absolute;
    left: -18%;
    top: 100%;
    z-index: 9;
}

.menusBox {
    width: 13.6rem;
    margin: 0 auto;
}

.menusBox ul li {
    float: left;
    padding: .41rem .45rem .42rem 0;
    margin: 0;
}

.menusBox ul li a {
    font-size: .16rem;
    color: #223e62;
    display: block;
    padding: .13rem 0px 0 .1rem;
    float: right;
}

.nav-Bj {
    float: left;
}

.menusBox ul li:nth-child(1) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/qyjj.png) no-repeat;
}

.menusBox ul li:nth-child(2) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/qyln.png) no-repeat;
}

.menusBox ul li:nth-child(3) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/zjlzc.png) no-repeat;
}

.menusBox ul li:nth-child(4) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/zzjg.png) no-repeat;
}

.menusBox ul li:nth-child(5) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/zzry.png) no-repeat;
}

.menusBox ul li:nth-child(6) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/qylc.png) no-repeat;
}

.menusBox ul li:nth-child(7) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/lxwm.png) no-repeat;
}

.menusBox ul li:nth-child(8) .nav-Bj {
    width: 40px;
    height: 40px;
    background: url(../images/jdrx.png) no-repeat;
}

.headerBox .header-menus {
    position: fixed;
}

.headerBox {
    width: 100%;
    left: 0;
    z-index: 51;
    transition: transform .3s;
    transform-origin: top center;
    background: #fff;
}

.header-menus {
    width: 100%;
    opacity: 0.94;
    background: #fff;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 11;
    transition: all .5s;
    height: calc(100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eeeeee;
    overflow-y: scroll;
}

.header-menusWidth {
    width: 90%;
    margin: 0 auto;
}

.menusList .lists:nth-child(1) {
    display: none;
}

.menusList .lists {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.phone-search {
    height: 95px;
    line-height: 98px;
    border-bottom: 1px solid #dddddd;
}

.phone-search input {
    width: 5.1rem;
    height: 43px;
    border-radius: 0.1rem;
    border: solid 1px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    text-indent: 43px;
    color: #666666;
    background: rgba(0, 0, 0, 0.06) url(../images/phone-search.png) no-repeat 15px center;
    background-size: 19px;
}

.menu-content-ul li a {
    display: block;
    height: auto;
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    padding-left: 30px;
}

.zyw-btn {
    display: inline-block;
    margin-left: 0.23rem;
    margin-right: 6px;
    float: right;
}

.zyw-btn img {
    vertical-align: middle;
    width: 34px;
    height: 34px;
}

.menusList .lists .sublist {
    width: 100%;
    background: url(../images/phone-down.png) 98% center no-repeat;
    background-size: 15px;
    line-height: 20px;
}

.menusList .lists .sublist a {
    font-size: 18px;
}

.menusList .menus {
    width: auto;
    height: auto;
    position: inherit;
    box-shadow: none;
    display: none;
}

.menusList .menusBox {
    width: auto;
    margin-top: 30px;
}

.menusList .menusBox ul li {
    float: none;
    padding: 0;
}

.menusList .menusBox ul li a {
    font-size: 16px;
    float: none;
    padding: 0;
    margin-left: 34px;
    line-height: 34px;
}

.menusList .nav-Bj {
    display: none;
}

.menu-content-ul {
    margin-top: 15px;
    display: none;
    overflow: hidden;
}

.navFdj {
    width: 25px;
    height: 20px;
    background: url("/Portals/155/Skins/zhxcl-home/images/Search-fdj.png") no-repeat center center;
}

.navFdj:hover {
    background: url("/Portals/155/Skins/zhxcl-home/images/fdj.png") no-repeat center center;
    cursor: pointer;
}